home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-06 / msecur10.zip / READ.ME < prev   
Text File  |  1993-01-18  |  10KB  |  285 lines

  1.                                     MSECURE
  2.                                     =======
  3.  
  4. MSECURE is a small TSR (5K) which acts as a NetWare Secure Screen Saver.
  5. When loaded, the TSR will monitor the workstation for inactivity. When
  6. inactive for a pre-determined amount of time, the screen is blanked. 
  7.  
  8. The workstation will monitor the keyboard for any passwords entered. Pressing
  9. RETURN signifies that end of a password entry. Because the monitor is blanked,
  10. there is no visual confirmation. Because the password verification can take up
  11. to several seconds on some servers, a signal is sounded to signify that MSECURE
  12. is processing your password. A draining sound is made for inaccurate passwords.
  13.  
  14. THE DEMONSTRATION PROGRAM DOES NO PASSWORD VERIFICATION. It will unblank the
  15. screen after pressing RETURN. The demonstration program is used to prove
  16. functionality with your applications.
  17.  
  18. MSECURE was built using the same proven technology as MLOGOUT (the Auto-Logout
  19. TSR from Dana Consultants). MLOGOUT has been available for almost 2 years.
  20.  
  21. The Screen Saver portion of the program was built with Rhode Island Soft
  22. System's BLANK-IT product. This screen saver has also been available for
  23. several years and provides reliable blanking functionality.
  24.  
  25.  
  26. Please see the ORDER.TXT file for ordering and pricing information.
  27.  
  28.  
  29. -----------------------------------------------------------------------------
  30.  
  31. Complete option list as shown by MSECURE:
  32.  
  33.  
  34. MSECURE.COM DEMO Version 1.0, Copyright (c) 1993, Dana Consultants.
  35. All Rights Reserved.                              (800) 800-9301
  36.  
  37. Usage: MSECURE [time [options]]
  38.  
  39. time = period of time to wait before secure (default time is 15 minutes)
  40. ══════════════════════════════════════════════════════════════════════════
  41. options (case sensitive)                      > = disabled
  42. ──────────────────────────────────────────────────────────────────────────
  43. > h = time is in hours              > m = time is in minutes 
  44.   s = time is in seconds (default)  
  45.  
  46.   c = change MSECURE settings [Must specify all new settings]
  47.   d = do not monitor disk i/o       
  48.   i = monitor misc interrupts [Video, Comm, Printer]
  49.   k = do not monitor keyboard         u = unload MSECURE from memory    
  50.   w = give 3 second warning tone    > x = do not allow MSECURE removal  
  51.   X = do not allow reconfiguration    ? = help screen                   
  52. ══════════════════════════════════════════════════════════════════════════
  53.  
  54. -----------------------------------------------------------------------------
  55.  
  56. Options can be specified on command lines like so:
  57.  
  58.         MSECURE 10 [-]hrdw
  59.  
  60. The '-' is optional (as shown with []).
  61.  
  62. Options for MSECURE are case sensitive. Most options are self-explanitory.
  63.  
  64. Misc interrupts are Video, Communications, and Printer.
  65.  
  66.  
  67. Server configuration
  68. --------------------
  69.  
  70. You MUST use the following command on the file server for MSECURE to function
  71. properly.
  72.  
  73. SET ALLOW UNENCRYPTED PASSWORDS=ON
  74.  
  75. This command will enable applications to send a password verification to the
  76. server without having to know Novell's key. Failure to use this command will
  77. prevent MSECURE from working properly, and an error message appearing on the
  78. console:
  79.  
  80. "Station X attempted to use an unencrypted password call"
  81.  
  82.  
  83. Notes on the Screen Blanking portion
  84. ------------------------------------
  85.  
  86. MSECURE uses the blanking portion of the BLANK-IT Screen Saver available from
  87. Rhode Island Soft Systems. Their screen saver has been proven reliable over the
  88. years. This screen saver is unique in that it does not "blank" a screen, it
  89. prevents any data from being displayed on the screen. Any screen updates that
  90. may occur during the blanking process continue to update the video memory. When
  91. the screen is unblanked, the current screen is shown! This prevents data from
  92. being displayed on the screen after the blanking.
  93.  
  94.  
  95.  
  96. Reconfiguring MSECURE after loading
  97. -----------------------------------
  98.  
  99. MSECURE can be reconfigured after loading. This is useful for
  100. administrators who wish to tailor the program to specific needs.
  101. For example, an administrator can load MSECURE with a default logout
  102. time of 45 minutes by using the following command:
  103.  
  104. MSECURE 45 /m
  105.  
  106. If you wanted to extend this time during the execution of WordPerfect,
  107. you could add the following lines to your batch file:
  108.  
  109. MSECURE 2 /hc
  110. [wp]
  111. MSECURE 45 /mc
  112.  
  113. By adding these lines to your batch file, the logout time would be changed
  114. to 2 hours during execution of WordPerfect, and then reset upon exit. The
  115. 'c' option MUST be used for changes to take effect. You also would need
  116. to specify all addition parameter during each use of the MSECURE command.
  117.  
  118. The ability to reconfigure MSECURE options can be disable during the inital
  119. load by specifing the 'X' option.
  120.  
  121.  
  122. General Notices
  123. ===============
  124.  
  125. A note about TSRs and MSECURE
  126. -----------------------------
  127.  
  128. Every attempt to make MSECURE as generic a TSR as possible has been made. 
  129. We cannot, however, gaurentee that MSECURE will work with all of your TSRs.
  130. This is especially true of TSRs that monitor for keyboard input, or for a
  131. "hotkey". If you are encountering problems with MSECURE, please try loading
  132. MSECURE before or after these other TSRs.
  133.  
  134. I will try to keep track of programs that present a conflict with MSECURE.
  135. If you find a conflict, and possibly a solution, please drop me a line so that
  136. I may keep this database up to date.
  137.  
  138. The following programs have been identified that do not allow MSECURE to
  139. perform its function:
  140.  
  141.         IBM Display Write 5
  142.  
  143. Some problems have been reported using MSECURE warnings while specifying
  144. the Stealth option of QEMM (ST:).
  145.  
  146. Thank you! We welcome any suggestions or comments that you may have!
  147.  
  148.  
  149. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  150.  
  151. RESELLER INFORMATION
  152.  
  153. Dana Consultants is currently working on Reseller Agreements. If you are
  154. intrested in becoming a reseller of MSECURE please call us and we can discuss
  155. details.
  156.  
  157.  
  158. ***************************************************************************
  159.  
  160. License Agreement
  161.  
  162. This DEMO Version of MSECURE can be distributed only in its complete form.
  163. All documentation files MUST be in complete form.
  164.  
  165. Any attempt to discover the source for these program is strictly forbidden.
  166. You may not disassemble, reverse engineer, or decompile any of these programs.
  167.  
  168. Dana Consultants is NOT responsible for any possible loss of data that may
  169. occur from use of these programs. Dana Consultants is not liable for any
  170. damages whatsoever that may result from use of this program.
  171.  
  172. Use of this product constitutes agreement with these terms.
  173.  
  174. *-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
  175.  
  176. 1.1  Benefits from Using MSECURE
  177. ================================
  178.  
  179. Users logged into a network when their computers are idle pose a
  180. significant security risk because the workstation can be used by
  181. unauthorized persons.  By using a secure screen saver, the workstation
  182. can be "locked" until an authorized user enters a correct password.
  183.  
  184.  
  185. 1.2  How the MSECURE Utility Work
  186. =================================
  187.  
  188. This utility monitors workstations for activity by monitoring
  189. keyboard and disk activity.  After a period of inactivity, the
  190. screen saver will clear the screen and wait for a password to be
  191. entered.
  192.  
  193. A user is considered to be inactive when:
  194.  
  195.   ■  Nothing is typed on the keyboard within a specified period
  196.      of time
  197.  
  198.   ■  No disk requests are made within a specified period of
  199.      time
  200.  
  201. Note:  MSECURE will work on application that are using Graphics modes, but
  202.        is disabled during the execution of Windows.
  203.  
  204.  
  205. 2.1  Install MSECURE
  206. ====================
  207.  
  208. You can install MSECURE on a network server or on the hard disk
  209. of each workstation connected to the network.  While the choice is
  210. up to you, consider the following advantages to installing
  211. MSECURE on the network server:
  212.  
  213.   ■  When you receive updates of MSECURE you will update
  214.      only the server instead of every computer on the network
  215.  
  216.   ■  Users cannot accidentally delete the program file if it is
  217.      installed on the server
  218.  
  219.  
  220. To install MSECURE on:
  221.  
  222. Network Server
  223. --------------
  224.  
  225.         Copy MSECURE.COM into the server's Public directory.
  226.  
  227. Individual workstations
  228. -----------------------
  229.  
  230.         Copy MSECURE.COM into one of the directories named in the
  231.         Path command
  232.  
  233.  
  234. Once you have installed MSECURE.COM, proceed to the instructions for
  235. executing MSECURE.
  236.  
  237.  
  238. 2.2  Execute MSECURE
  239. ====================
  240.  
  241. You have three options for executing MSECURE, regardless of
  242. whether you installed it on the network server or on individual
  243. workstations.  This section explains each option, as well as the
  244. command options available to you.
  245.  
  246.  
  247.  
  248. 2.2.3  Executing MSECURE from a System Login Script
  249. ---------------------------------------------------
  250.  
  251. You can execute MSECURE from the system login script.  When
  252. MSECURE is executed from a system login script:
  253.  
  254.   ■  You must modify the system login script on the network
  255.      server to include the MSECURE command.
  256.  
  257.   ■  Each user will the same set of command options.
  258.  
  259.   ■  MSECURE is executed automatically each time the user logs
  260.      on to the network.
  261.  
  262. To execute MSECURE from the system login script, include the
  263. MSECURE command as an EXIT routine.  Refer to page 5 for a
  264. detailed description of the command, its syntax, and its options.
  265.  
  266. Consider the following points when executing MSECURE from a
  267. system login script:
  268.  
  269.   ■  MSECURE must be included as an EXIT routine to
  270.      conserve workstation memory and prevent fragmentation.
  271.  
  272.   ■  User login scripts are not performed when an EXIT
  273.      routine is used.
  274.  
  275.  
  276. 2.2.4  Execute MSECURE from the DOS Prompt
  277. ------------------------------------------
  278.  
  279. You may choose to allow your network users to execute MSECURE
  280. from a DOS prompt after they log on to the network.
  281.  
  282. To execute MSECURE from a DOS prompt, simply type the
  283. MSECURE command any time the DOS prompt is displayed on the
  284. screen.
  285.